-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
制御構文の変更 #859
base: master
Are you sure you want to change the base?
制御構文の変更 #859
Conversation
Codecov ReportAttention: Patch coverage is ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
... and 21 files with indirect coverage changes 🚨 Try these New Features:
|
となって分かりにくいので、この書き方も許容するか個別のエラー文を出すかするといいかも(エラーにする方が安全?)。
|
loop #label1 {
break loop #label {break #label1 0}
} |
ラベル指定と区別できないから難しそう。
現状でもこの書き方は分かりにくいエラーに
|
if #label1 break #label2 {} まあややこしいね |
What
unreleased/control-flow.md (#844 のunreleased/jump-statements.mdから名前変更)の追加内容
Why
Additional info (optional)